/* 版本号：V.0.0.1*编辑人：冷笑天*时间：2024年4月17日10:57:57*洛阳洛枫网络技术有限公司制作*联系电话：0379-63639963*公司网址：www.102s.com*QQ客服：124544883    1164416740  *公司邮箱：Info@102s.com    Sales@102s.com*直拨专线：185-6766-1211 */

body {
  color: #333333;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

a:hover {
  margin-left: 5px;
  color: #ff0000;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.clear:after {
  display: block;
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 自动截取一两行 */

.txt-1lin {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.txt-2lin {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.txt-3lin {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 弹性盒子 */

.flexBox {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.flexBox .boxFill {
  min-width: 0;
  flex: 1;
}

/* 顶部导航 */

#head-menu {
  padding: 22px 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.head-menu-sticky {
  background: #1B0238 !important;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
  box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
}

#head-menu .logo-px-box {
  width: 180px;
}

#head-menu .logo-pc {
  width: 100%;
}

#head-menu .menu-pc {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  font-size: 18px;
}

#head-menu .menu-pc li {
  padding: 20px 14px;
}

#head-menu .menu-pc li a {
  color: #ffffff;
}

#head-menu .menu-pc li a:hover {
  margin-left: 0px;
}

#head-menu .menu-pc li > ul {
  position: absolute;
  margin: 0;
  top: 130%;
  -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  min-width: 200px;
  padding: 15px 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  background-color: #fff;
  left: inherit;
  right: inherit;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 999;
  border-top: 5px solid #fe0000;
  color: #000;
}

#head-menu .menu-pc li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

#head-menu .menu-pc li > ul li {
  padding: 10px 20px;
}

#head-menu .menu-pc li > ul a {
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease;
}

#head-menu .menu-pc li > ul a:hover {
  margin-left: 5px;
  color: #eb0000;
}

/* 移动端导航 */

#head-menu-mb {
  padding: 22px 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

#head-menu-mb .logo-box {
  height: 52px;
}

#head-menu-mb .logo {
  width: 180px;
  max-width: 100%;
}

#head-menu-mb .menu-toggle-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#head-menu-mb .menu-toggle {
  margin-right: 15px;
}

#head-menu-mb .menu-toggle > a {
  width: 24px;
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-left: auto;
}

#head-menu-mb .menu-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  /*width: 50px;*/
  height: 50px;
  margin-top: -2px;
  margin-left: -2px;
  cursor: pointer;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

#head-menu-mb .menu-toggle svg path {
  -webkit-transition: stroke-dashoffset .5s cubic-bezier(0.25,-0.25,0.75,1.25),stroke-dasharray .5s cubic-bezier(0.25,-0.25,0.75,1.25);
  -o-transition: stroke-dashoffset .5s cubic-bezier(0.25,-0.25,0.75,1.25),stroke-dasharray .5s cubic-bezier(0.25,-0.25,0.75,1.25);
  transition: stroke-dashoffset .5s cubic-bezier(0.25,-0.25,0.75,1.25),stroke-dasharray .5s cubic-bezier(0.25,-0.25,0.75,1.25);
  fill: none;
  stroke: #fff;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}

#head-menu-mb .menu-toggle svg path#top, #head-menu-mb .menu-toggle svg path#bottom {
  stroke-dasharray: 240px 950px;
}

#head-menu-mb .menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px;
}

#head-menu-mb .menu-toggle .close svg path#top, #head-menu-mb .menu-toggle .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}

#head-menu-mb .menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

/* 移动端导航内容 */

#menu-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(27,2,56,0.7);
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#menu-bg.active {
  opacity: 1;
  visibility: visible;
}

#menu-mb-box {
  position: fixed;
  left: -300px;
  top: 0px;
  background-color: rgb(255,255,255);
  width: 300px;
  height: 100%;
  z-index: 1001;
  opacity: 0;
  transition: all 0.3s ease 0.15s;
  overflow-y: auto;
}

#menu-mb-box.active {
  opacity: 1;
  left: 0px;
}

#menu-mb-box .top-btn {
  height: 60px;
  width: 100%;
  line-height: 50px;
  text-align: right;
  padding-right: 10px;
  font-size: 30px;
  position: sticky;
  top: 0px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

#menu-mb-box .top-btn .logo {
  width: 130px;
}

#menu-mb-box .menu-mb {
  line-height: 50px;
}

#menu-mb-box .menu-mb li {
  background-color: #fff;
}

#menu-mb-box .menu-mb a {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  border-bottom: 1px solid rgba(51,51,51,0.1);
}

#menu-mb-box .menu-mb .menu > ul {
  padding-left: 40px;
  display: none;
}

#about-top .about-top {
  padding: 50px 30px;
  background-color: #1B0238;
  color: #ffffff;
  position: relative;
  top: -50px;
  z-index: 20;
}

#about-top .about-top .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

#content-body .about-box {
  max-width: 1200px;
  margin: 60px auto;
}

#content-body .more-link {
  display: inline-block;
  color: #ffffff;
  background-color: #eb0000;
  line-height: 40px;
  padding: 0px 40px;
  border-radius: 50px;
}

#content-body .more-link:hover {
  background-color: #1b0238;
}

#content-body .server-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#content-body .about-img {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* 案例 */

#case-bg .case-item {
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 10px 0px;
}

#case-bg .case-item h5 {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: #1b0238;
  font-weight: bold;
}

#case-bg .case-item .img-box {
  overflow: hidden;
}

#case-bg .case-item img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

#case-bg .case-item:hover img {
  transform: scale(1.10);
  filter: contrast(130%);
}

#case-bg .case-item:hover h5 {
  color: #fb0000;
  font-weight: bold;
}

#case-bg .case-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #fb0000;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

#case-bg .case-item:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.case-img-box {
  padding: 3px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.case-img-box::before {
  content: "";
  width: 400%;
  height: 400%;
  background-color: #fbd9c1;
  background-image: conic-gradient(transparent, #ff0000, transparent 30%);
  position: absolute;
  top: -150%;
  left: -150%;
  z-index: -2;
  /*animation: rotate 2s linear infinite;*/
}

.case-img-box:hover::before {
  animation: rotate 1s linear infinite;
}

.case-img-box::after {
  content: "";
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  position: absolute;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

#number-bg {
  background: linear-gradient(rgba(27, 2, 56, 0.5), rgba(27, 2, 56, 0.5)), url("/assets/img/bg01.jpg?h=568756998ee0fbed2cf05182116a5100") center / cover no-repeat;
  overflow: hidden;
}

#number-bg .title-box {
  color: #ffffff;
  text-align: center;
}

#number-bg .section-title {
  color: #ffffff;
}

#number-bg .section-title::after {
  background-color: #ffffff;
}

#number-bg .section-title::before {
  background-color: #ffffff;
}

.section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #fe0000;
  left: calc(50% - 60px);
  bottom: 0;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 42px;
  height: 3px;
  background-color: #fe0000;
  left: calc(50% - 21px);
  bottom: -1px;
}

.pro-item {
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 20px 0px;
}

.pro-item img {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}

.pro-item .title {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px;
  background-color: #F9F9F9;
  text-align: center;
  color: #1b0238;
}

.pro-item span {
  display: inline-block;
  background-color: #1b0238;
  color: #ffffff;
  line-height: 40px;
  padding: 0px 40px;
  border-radius: 20px;
}

.pro-item.on {
  transform: scale(1.1);
}

.pro-item.on .title {
  color: #eb0000;
}

.pro-item.on span {
  background-color: #eb0000;
}

#news-bg {
  background-color: #F2FAFF;
}

.news-item {
  position: relative;
  color: #1b0238;
  padding-bottom: 140PX;
  overflow: hidden;
}

.news-item .img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.news-item:hover .img {
  transform: scale(1.1);
}

.news-item .news-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}

.news-item .title {
  line-height: 26px;
  height: 52px;
  font-weight: bold;
}

#foot-nva {
  background: url("/assets/img/footbg.jpg?h=398889f792e85fb6a861694b58a387e3") center / cover no-repeat;
  color: #ffffff;
}

#foot-nva a {
  color: #ffffff;
  display: block;
}

#foot-nva a:hover {
  color: #ff0000;
}

.foot-navlist {
  width: 40%;
  padding-top: 20px;
  line-height: 50px;
}

.foot-readme {
  line-height: 30px;
  padding: 0px 50px 0px 0px;
}

.addrtxt {
  line-height: 30px;
  padding: 10px 0px;
}

.wechat-box {
  padding: 30px;
}

.wechat-box img {
  width: 140px;
}

.wechat-box p {
  width: 140px;
  text-align: center;
  line-height: 50px;
}

#foot-copy {
  border-top: 1px solid #3B3C3D;
  padding: 15px;
  background-color: #1b0238;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

#foot-copy a {
  color: #ffffff;
  padding-left: 20px;
}

/* 内页 */

#content-top-bg {
  height: 111px;
  background-color: #1B0238;
}

#content-top-bg-m {
  height: 96px;
  background-color: #1B0238;
}

#content-banner {
  height: 300px;
  background: linear-gradient(94deg, rgba(22,9,63,0.65), rgba(22,9,63,0.64) 49%, rgba(22,9,63,0.15) 100%), url("/assets/img/banner_content.jpg?h=4acd944dd162023be32d8ca4feb07e6d");
  text-align: center;
  color: #ffffff;
}

#content-banner h2 {
  font-weight: bold;
  width: 360px;
  border-bottom: 1px solid rgb(255, 255, 255);
  margin: 0 auto 30px auto;
  padding-bottom: 30px;
}

#content-banner .link-box a {
  color: #fff;
  padding: 0px 20px;
}

#content-banner .link-box .on {
  color: #ff0000 !important;
}

/* 内页导航 */

#content-top-nav {
  font-size: 18px;
}

#content-top-nav span {
  margin: 0px 10px;
}

/* 内容详情 */

.content-body {
  min-height: 400px;
}

.content-body img {
  max-width: 100%;
}

/* 文章内容 */

.content-box .title {
  line-height: 32px;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  color: #333333;
}

.content-box .title-des {
  color: #999999;
  font-size: 14px;
}

@media (min-width: 300px) {
  .content-body {
    padding: 20px 0px;
  }
}

@media (min-width: 768px) {
  .content-body {
    padding: 20px 30px;
  }
}

.contact-ico-box {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  background-color: #1b0238;
}

.btn-box {
  background-color: #1b0238 !important;
  color: #ffffff;
}

/* 翻页重置 */

.active > .page-link, .page-link.active {
  background-color: #1b0238 !important;
}

.page-link {
  margin-left: 0px !important;
}

